home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / ld / emulparams / m68kaux.sh < prev    next >
Encoding:
Text File  |  1996-07-04  |  274 b   |  9 lines

  1. SCRIPT_NAME=m68kaux
  2. OUTPUT_FORMAT="coff-m68k-aux"
  3. SEGMENT_SIZE=0x40000
  4. TARGET_PAGE_SIZE=0x1000
  5. TEXT_START_ADDR="$SEGMENT_SIZE + SIZEOF_HEADERS"
  6. NON_PAGED_TEXT_START_ADDR=SIZEOF_HEADERS
  7. DATA_ALIGNMENT_="(. & (-$SEGMENT_SIZE | $TARGET_PAGE_SIZE-1)) + $SEGMENT_SIZE"
  8. ARCH=m68k
  9.